home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue61 / Actions / ActionLessAppU.dfm / ActionLessAppU.txt
Encoding:
Text File  |  2000-05-16  |  923 b   |  51 lines

  1. object Form1: TForm1
  2.   Left = 197
  3.   Top = 152
  4.   Width = 233
  5.   Height = 236
  6.   Caption = 'Form1'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 96
  18.     Top = 8
  19.     Width = 86
  20.     Height = 13
  21.     Caption = '&New string to add:'
  22.     FocusControl = edtEntry
  23.   end
  24.   object edtEntry: TEdit
  25.     Left = 96
  26.     Top = 24
  27.     Width = 121
  28.     Height = 21
  29.     TabOrder = 0
  30.     OnChange = edtEntryChange
  31.   end
  32.   object lstEntries: TListBox
  33.     Left = 96
  34.     Top = 56
  35.     Width = 121
  36.     Height = 145
  37.     ItemHeight = 13
  38.     TabOrder = 1
  39.   end
  40.   object btnAddString: TButton
  41.     Left = 8
  42.     Top = 24
  43.     Width = 75
  44.     Height = 25
  45.     Caption = '&Add string'
  46.     Default = True
  47.     TabOrder = 2
  48.     OnClick = btnAddStringClick
  49.   end
  50. end
  51.